var runtime.starttime

4 uses

	runtime (current package)
		proc.go#L5796: var starttime int64
		proc.go#L5800: 	if starttime == 0 {
		proc.go#L5801: 		starttime = now
		proc.go#L5805: 	print("SCHED ", (now-starttime)/1e6, "ms: gomaxprocs=", gomaxprocs, " idleprocs=", sched.npidle.Load(), " threads=", mcount(), " spinningthreads=", sched.nmspinning.Load(), " needspinning=", sched.needspinning.Load(), " idlethreads=", sched.nmidle, " runqueue=", sched.runqsize)